Fixed computation of sizegroups when no explicit request is set.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 19 Apr 2010 18:46:28 +0000 (14:46 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 19 Apr 2010 18:46:28 +0000 (14:46 -0400)
commit3783a0a54fce6faa47d89939bef8f4f83f1aeac2
treece673ecabedcfda4c15268d1579828af697bac0d
parente9e3725ee75642e4b90293c2458669e8457b1df4
Fixed computation of sizegroups when no explicit request is set.

My previous commit to GtkSizeGroup made sure that when
gtk_widget_set_size_request() is set on a widget, it will be
taken into account when computing the widget's own request,
this commit fixes the case where there is no explicit size
request.
gtk/gtksizegroup.c